Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/71 - Background Color Changer/

app.js /cody/swapnilsparsh/30DaysOfJavaScript/71 - Background Color Changer/app.js
230 Views
0 Comments
const colors = ["green ","red","rgba(133,122,200)","#f15025"];
const btn=document.getElementById('btn');
const color =document.q
hex.html /cody/swapnilsparsh/30DaysOfJavaScript/71 - Background Color Changer/hex.html
420 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

hex.js /cody/swapnilsparsh/30DaysOfJavaScript/71 - Background Color Changer/hex.js
257 Views
0 Comments
const hex= [0,1,2,3,4,5,6,7,8,9, "A" ,"B" ,"C","D","E","F"];

const btn= document.getElementById("btn");
const color=document.qu
Baackground Color Changer /cody/swapnilsparsh/30DaysOfJavaScript/71 - Background Color Changer/index.html
398 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
style.css /cody/swapnilsparsh/30DaysOfJavaScript/71 - Background Color Changer/style.css
200 Views
0 Comments
*{
margin: 0;
padding: 0;

}

a{
text-decoration: none;